home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / doc / istrip.doc < prev    next >
Text File  |  1994-02-13  |  808b  |  25 lines

  1.  
  2. istrip/istrip                            istrip/istrip
  3.  
  4.     ISTRIP destprefix wildcards
  5.  
  6.  
  7.     ISTRIP will strip comments and extranious whitespace from all files
  8.     specified by <wildcards> and create an output file under the same name
  9.     prefixed by <destprefix>.
  10.  
  11.     Example (contrived)
  12.  
  13.     1> cd dinclude:
  14.     1> copy amiga13 ram:amiga13 ALL QUIET
  15.     1> istrip ram: amiga13/#?/#?
  16.  
  17.     ISTRIP is very stupid in that it will not create the destination
  18.     directory hierarchy.  The COPY above basically does that for us, the
  19.     copied files are extranious and overwritten when ISTRIP is run.
  20.  
  21.     ISTRIP is useful mainly for developers who obtain later versions of the
  22.     commented Amiga includes and want to create an uncommented version (The
  23.     uncommented includes are much smaller yielding faster compilation).
  24.  
  25.